Package com.cisco.pt.ipc.sim.impl
Class EnvironmentOptionsImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EnvironmentOptionsImpl
- All Implemented Interfaces:
IPCObject,EnvironmentOptions
Information provided by the PKI file:
\class EnvironmentOptions
\brief An object in the Physical Workspace.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentOptionsImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetID()floatfloatgetMax()floatfloatgetMin()floatgetName()floatfloatgetValue()booleanbooleanisActive()booleanbooleanisShow()voidsetActive(boolean on) voidsetCategory(String category) voidvoidvoidsetImperialUnit(String unit) voidsetInterpolate(boolean on) voidsetManualAdjustment(float v) voidsetMax(float v) voidsetMaxRate(float v) voidsetMetricUnit(String unit) voidsetMin(float v) voidsetMinRate(float v) voidvoidsetShow(boolean on) voidsetTransference(float transference) voidsetValue(float value) Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EnvironmentOptionsImpl
public EnvironmentOptionsImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getID
- Specified by:
getIDin interfaceEnvironmentOptions- Returns:
- String Returns a String
-
getName
- Specified by:
getNamein interfaceEnvironmentOptions- Returns:
- String Returns a String
-
getCategory
- Specified by:
getCategoryin interfaceEnvironmentOptions- Returns:
- String Returns a String
-
getTransference
public float getTransference()- Specified by:
getTransferencein interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getValue
public float getValue()- Specified by:
getValuein interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getMin
public float getMin()- Specified by:
getMinin interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getMax
public float getMax()- Specified by:
getMaxin interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getManualAdjustment
public float getManualAdjustment()- Specified by:
getManualAdjustmentin interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getMinRate
public float getMinRate()- Specified by:
getMinRatein interfaceEnvironmentOptions- Returns:
- float Returns a float
-
getMaxRate
public float getMaxRate()- Specified by:
getMaxRatein interfaceEnvironmentOptions- Returns:
- float Returns a float
-
isShow
public boolean isShow()- Specified by:
isShowin interfaceEnvironmentOptions- Returns:
- boolean Returns a boolean
-
isInterpolate
public boolean isInterpolate()- Specified by:
isInterpolatein interfaceEnvironmentOptions- Returns:
- boolean Returns a boolean
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceEnvironmentOptions- Returns:
- boolean Returns a boolean
-
setID
- Specified by:
setIDin interfaceEnvironmentOptions- Parameters:
id- Takes in a parameter of id
-
setName
- Specified by:
setNamein interfaceEnvironmentOptions- Parameters:
name- Takes in a parameter of name
-
setCategory
- Specified by:
setCategoryin interfaceEnvironmentOptions- Parameters:
category- Takes in a parameter of category
-
setTransference
public void setTransference(float transference) - Specified by:
setTransferencein interfaceEnvironmentOptions- Parameters:
transference- Takes in a parameter of transference
-
setValue
public void setValue(float value) - Specified by:
setValuein interfaceEnvironmentOptions- Parameters:
value- Takes in a parameter of value
-
setMin
public void setMin(float v) - Specified by:
setMinin interfaceEnvironmentOptions- Parameters:
v- Takes in a parameter of v
-
setMax
public void setMax(float v) - Specified by:
setMaxin interfaceEnvironmentOptions- Parameters:
v- Takes in a parameter of v
-
setManualAdjustment
public void setManualAdjustment(float v) - Specified by:
setManualAdjustmentin interfaceEnvironmentOptions- Parameters:
v- Takes in a parameter of v
-
setMinRate
public void setMinRate(float v) - Specified by:
setMinRatein interfaceEnvironmentOptions- Parameters:
v- Takes in a parameter of v
-
setMaxRate
public void setMaxRate(float v) - Specified by:
setMaxRatein interfaceEnvironmentOptions- Parameters:
v- Takes in a parameter of v
-
setShow
public void setShow(boolean on) - Specified by:
setShowin interfaceEnvironmentOptions- Parameters:
on- Takes in a parameter of on
-
setInterpolate
public void setInterpolate(boolean on) - Specified by:
setInterpolatein interfaceEnvironmentOptions- Parameters:
on- Takes in a parameter of on
-
setActive
public void setActive(boolean on) - Specified by:
setActivein interfaceEnvironmentOptions- Parameters:
on- Takes in a parameter of on
-
setMetricUnit
- Specified by:
setMetricUnitin interfaceEnvironmentOptions- Parameters:
unit- Takes in a parameter of unit
-
setImperialUnit
- Specified by:
setImperialUnitin interfaceEnvironmentOptions- Parameters:
unit- Takes in a parameter of unit
-
setImperialConversionFormula
- Specified by:
setImperialConversionFormulain interfaceEnvironmentOptions- Parameters:
f- Takes in a parameter of f
-
getMetricUnit
- Specified by:
getMetricUnitin interfaceEnvironmentOptions- Returns:
- String Returns a String
-
getImperialUnit
- Specified by:
getImperialUnitin interfaceEnvironmentOptions- Returns:
- String Returns a String
-
getImperialConversionFormula
- Specified by:
getImperialConversionFormulain interfaceEnvironmentOptions- Returns:
- String Returns a String
-
hasChanged
public boolean hasChanged()- Specified by:
hasChangedin interfaceEnvironmentOptions- Returns:
- boolean Returns a boolean
-